home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Environments
/
Prograph Classic 2.6.1
/
Prograph Extensions
/
Primitives
/
Primitives.rsrc
/
STR#_118.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-09-21
|
385 b
|
11 lines
Inputs: List; Item; [AttributeName]
Outputs: Found; Index
Inputs: list; string | number; [string]
Outputs: boolean; integer
Perform a binary search to find Item in sorted List. With AttributeName, List must be a list of instances. If Item is found, Found is TRUE and Index is its position in List. Otherwise, Found is FALSE and Index is the position in List to insert Item.
Lists